INDEX/TOC GENERATION

The style provides facilities for index and table of contents generation. While this facility is not yet completely developed, it is much better than it was in the style's first release: It now produces usable output!

Steps to follow in order to produce a table of contents:

  1. Add a makeTitleContents command to the preamble of your songbook.
  2. Run LATEX on the songbook source.
  3. Make your own copy of sampleToc.tex and customize its header and footer definitions (so they match your songbook's). Then change the name of the file being input'ed to match your table of contents file.
  4. Run LATEX on your copy of sampleToc.tex.

Steps to follow in order to produce a title and first line index:

  1. Add a makeTitleIndex command to the preamble of your songbook.
  2. Run LATEX on the songbook source.
  3. Run the mksbtdx shell script on the .tIdx file that was produced by the previous step. Do this by typing `` mksbtdx jobname'' at a UNIX command line. For example, the index file for sample-sb.tex was produced by typing `` mksbtdx sample-sb''.
  4. Make your own copy of sampleTdx.tex and customize its header and footer definitions (so they match your songbook's). Then change the name of the file being input'ed to match your index file (mksbtdx told you this file's name).
  5. Run LATEX on your copy of sampleTdx.tex.